home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P131 < prev    next >
Text File  |  1994-02-13  |  3KB  |  64 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                   131
  6.  
  7.                                 HIGH-SPEED MODEMS
  8.                                 -----------------
  9.  
  10.      Because the price of high-speed modems has been dropping steadily over
  11.      the past year or so, many sysops have decided to take the plunge and
  12.      purchase either a V.32 or V.32bis modem.  Unfortunately, most new
  13.      owners of high-speed modems quickly find that setting up a high-speed
  14.      modem can be rather confusing at first.  This confusion occurs because
  15.      most sysops have never had any experience with locking a serial port. 
  16.      Although locking a serial port is a very simple thing to do, modem
  17.      manuals generally assume that the modem owner knows all about the
  18.      subject.
  19.  
  20.      The first step in understanding how a serial port is locked requires
  21.      you to understand a little communications-related terminology and some
  22.      of the reasons why it is beneficial to lock a serial port.  First of
  23.      all, a modem is considered data communications equipment (DCE) and the
  24.      computer is considered data terminal equipment (DTE).  When your modem
  25.      is communicating with another modem, there are essentially three links
  26.      in the communication path: your computer and modem are talking to each
  27.      other (DTE to DCE), the two modems are talking to each other (DCE to
  28.      DCE), and the other person's computer is talking with their modem (DTE
  29.      to DCE).
  30.  
  31.      When a DCE to DCE connection is established, the modem will send a
  32.      CONNECT message to the computer.  This CONNECT message tells the
  33.      computer what baud rate the two modems are talking to each other at. 
  34.      Let's assume that your modem is a 9600 baud modem and that the caller
  35.      is calling with a 2400 baud modem.  In a case like this, the modems
  36.      will establish a 2400 baud connection and your modem will send a
  37.      CONNECT 2400 baud message to your computer.  If your serial port isn't
  38.      locked, the modem will switch the baud rate that it talks to the
  39.      computer with to 2400.  In turn, the computer's communication program
  40.      (BBS software, terminal program, etc.) will set the computer's serial
  41.      port for 2400 baud.  At this point, both the DTE to DCE and the DCE to
  42.      DCE baud rates will be set for 2400 baud.
  43.  
  44.      Now lets assume that the serial port is locked at 19200 baud.  When
  45.      your 9600 baud modem establishes the 2400 baud connection, it will
  46.      once again send a CONNECT 2400 baud message to your computer. 
  47.      However, this time the modem will maintain the 19200 baud connection
  48.      it has with the computer instead of dropping down to 2400 baud. 
  49.      Likewise, the computer's communication program will not lower the
  50.      computer's serial port to 2400 baud.  So with a locked serial port,
  51.      the DTE to DCE baud rate will be 19200 and the DCE to DCE baud rate
  52.      will be 2400.
  53.  
  54.      Why would you want to lock your serial port?  Error correction and
  55.      data compression are the two best reasons.  Error correcting
  56.      connections can transmit data about 20 percent faster than non- error
  57.      correcting connections.  Also through data compression, modems can
  58.      send data up to four times faster than without data compression. 
  59.  
  60.  
  61.  
  62.  
  63.  
  64.